|
Notification SDK Server
4.36.0
The Notification SDK Server provides a library to send notification to various devices (iOS and Android)
|
| ▼CException | |
| CNotificationSDKServerException | This exception is thrown when a problem occurs while using NotificationSDKServer |
| ▼CIDisposable | |
| CNotificationSDKServer | |
| ▼CINotificationSDKServer | Provides the entry points for the NotificationSDKServer library:
|
| CNotificationSDKServer | |
| CNotification | The Notification object contains all the elements (title, subject...) to build a notification ready to be sent to the user device. It must be provided to the NotificationSDKServer.SendNotification(string, Notification) method |
| CNotificationSDKServerCredentials | The NotificationSDKServerCredentials object encompasses the customer's credentials necessary to log in to each platform specific push notification services. It must be provided to the NotificationSDKServer constructor |
| CNotificationSDKServerErrorCodes | Defines the error codes returned by the NotificationSDKServer |
| CNotificationSDKServerSettings | The NotificationSDKServerSettings object contains all the settings related to the NotificationSdkServer. It must be provided to the NotificationSDKServer constructor |